home *** CD-ROM | disk | FTP | other *** search
- /* ----------------------------------------------------------------------
- defines
- ---------------------------------------------------------------------- */
- #define NIL 0L
-
- #define MENU_BASE_ID 1000
-
- #define MENU_APPLE_ID 1000
- #define MENU_FILE_ID 1001
- #define MENU_EDIT_ID 1002
-
- #define APPLE_ABOUT 1
-
- #define FILE_QUIT 1
-
- #define EDIT_UNDO 1
- #define EDIT_CUT 3
- #define EDIT_COPY 4
- #define EDIT_PASTE 5
- #define EDIT_CLEAR 6
- #define EDIT_SELECT_ALL 7
-
- #define DLOG_ABOUT 1000
- #define DLOG_ABOUT_OK 1
-
- #define CLOCK_WIDTH 100
- #define CLOCK_HEIGHT 20
- #define UPDATE_INTERVAL 120
- #define PREFS_FILE_NAME 1000
- #define WNE_TRAP_NUM 0x60
- #define UNIMPL_TRAP_NUM 0x9F
- #define SUSPEND_RESUME_BIT 0x0001
- #define RESUMING 1
- #define MIN_SLEEP 60L